Avoid unconditional PATH_MAX usage
authorPino Toscano <toscano.pino@tiscali.it>
Thu, 23 Sep 2021 13:02:33 +0000 (14:02 +0100)
committerLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Thu, 23 Sep 2021 13:02:33 +0000 (14:02 +0100)
commit53777e28e77b4204304565df97596565f13bedd6
treec6b6086db66f3b4c76384e47690a2c4466171632
parent197ef573fea7e5268cc2111cca1eac27afe516fa
Avoid unconditional PATH_MAX usage

Forwarded: no
Last-Update: 2020-04-19

Use a "safe" size in case PATH_MAX is not defined; in the end, this should not
be used, as a allocating realpath() will be used instead.

Gbp-Pq: Name path_max.diff
src/corelib/io/qfilesystemengine_unix.cpp